home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu505.dms / pu505.adf / DMSDEVICE.DOC < prev    next >
Text File  |  1994-03-18  |  3KB  |  101 lines

  1.                      Device-Masher System
  2.                         Version  1.20
  3.                          DMS DEVICE
  4.                        DATE: 18.3.1994
  5.  
  6. Last info update:
  7.  
  8. 1.2 update
  9. Previous PRE-RELEASE version had a bug in the mountlist
  10.  which made the device read incorrectly
  11.  the correct mountlist for DMx: drives is included now.
  12.  
  13. DMS device have been optimized and the file size is decreased
  14.  to 20% the size of the previous version.
  15.  
  16. If you register your DMS, you will receive a much faster version,
  17.  which run at same speed as a diskdrive.
  18.  
  19.  
  20.  
  21.  
  22.  
  23. ABOUT DMS DEVICE
  24. ^^^^^^^^^^^^^^^^
  25.  
  26. DMS Device is a little device driver, which gives you the ability
  27.  to mount .DMS files as a virtual drive, instead of unpacking
  28.  to a disk.
  29.  
  30. NOTE:
  31.  If you got any TRK0 added tracks(BBS advertisements)
  32.  in the .DMS file, you must remove those, using
  33.  DMS.
  34.  To remove those tracks , use the utility in the directory
  35.  DMSTEST, called "DMSTESTUTRK"
  36.  
  37.  i.e:   DMSTESTUTRK <DMS FILENAME>
  38.  
  39. Here is an MOUNTLIST EXAMPLE for you DEVS:
  40.  
  41.  
  42. ************** CUT HERE AND INSERT IN YOUR DEVS:MOUNTLIST ********
  43.  
  44.  
  45. /* MountList example for DMS DEVICE */
  46.  
  47. DM0:   Device           = devs:dms.device
  48.        Unit             = 0
  49.        Flags              = 0
  50.        Surfaces         = 2
  51.        BlocksPerTrack   = 11
  52.        Reserved         = 2
  53.        Interleave       = 0
  54.        LowCyl             = 0
  55.        HighCyl          = 79
  56.        Buffers          = 5
  57.        BufMemType       = 1
  58. #
  59. ****************************** CUT HERE *****************************
  60.  
  61. You can include this in your own mountlist, or you can have it
  62.  as a seperate file located elsewhere on your disk.
  63.  Then you will have to start it by this:
  64.  
  65.      MOUNT DM0: FROM <WHERE YOU MOUNTLIST IS>
  66.  
  67.  
  68.  
  69. For changing to a DMSFILE, use the CHDIR command included in the
  70. DMSDEVICE directory.
  71.  
  72. The DMS.DEVICE can handle up to 10 different dmsfiles at a time
  73. ranging from from 0 to 9.
  74.  
  75. When you have mounted the drive , there is just one more thing to do.
  76.  
  77. what to do:
  78.  
  79.       CHDIR <DMS DRIVE> <DMS FILENAME>
  80.  
  81. i.e:  CHDIR 0 HD0:DOWNLOAD/DMSFILE[.DMS]
  82.  
  83.  
  84. ALWAYS USE A FULL PATH TO THE DMSFILE.
  85.  
  86.  
  87. ********************
  88. *******NOTE*********
  89. ********************
  90.  
  91. THE DMS.DEVICE IS AT THE TIME, VERY! SLOW ON MOST COMPUTERS
  92. (EXCEPT A4000 COMPUTER WITH AN 040)
  93.  
  94. THE REGISTERED VERSION FEATURES AN OPTION IN DMS, WHICH CONVERTS
  95.  THE DMS FILE FOR USE WITH DMS.DEVICE , AND AFTER CONVERSION
  96.  THE VIRTUAL DRIVE WILL RUN AT HIGH-SPEED, AND ALMOST EMULATE
  97.  THE REAL DISK-DRIVE.
  98.  
  99. BUT IN THE NEAR FUTURE , REGISTERED USERS WILL RECEIVE AN UPDATED
  100. VERSION.
  101.